Welcome![Sign In][Sign Up]
Location:
Search - at24c i2c

Search list

[Embeded-SCM DevelopAT24C_prog

Description: AT24Cxx I2C EEPROM 驱动程序--EEPROM driver program for AT24Cxx I2C.
Platform: | Size: 2048 | Author: 吴浩铭 | Hits:

[SCMI2C AT24C02

Description: 本文件是一个E2PROM的应用程序, 大家可以根据自己的需要进行更改, 以满足不同的需要.-This document is an E2PROM applications, we can according to their need for changes to meet different needs.
Platform: | Size: 1024 | Author: 东东 | Hits:

[Com PortI2C AT24C02控制)

Description: 以at24xx为例,向你详细的再现了I2C编程的方法和思想,依此类推,你可以掌握更多的I2C硬件编程-to at24xx as an example to you, detailed reproduction of I2C programming methods and thinking, and so on, you can grasp more hardware I2C programming
Platform: | Size: 3072 | Author: 陈全胜 | Hits:

[Embeded-SCM Developat24c16_E2PROM

Description: 在NIOS中利用C语言模拟I2C总线时序,只需在NIOS的SOPCBUILDER中添加一双向口就可实现对E2PROM的读写,该程序简单实用-NIOS in the use of C language simulation I2C Bus Timing, only SOPCBUILDER NIOS adding a two-way I can be achieved right E2PROM literacy, the program is simple and practical
Platform: | Size: 1024 | Author: 大头鬼 | Hits:

[SCMAT24c08

Description: 用PIC单片机的I2C接口读写片外EEPROM(AT24C08,也可以直接用到AT24C01/02/04/16)-PIC microcontroller with the I2C interface writable EEPROM chip (AT24C08. can be used directly AT24C01/02/04/16)
Platform: | Size: 1024 | Author: 邓国理 | Hits:

[ARM-PowerPC-ColdFire-MIPSrm-idd-2214-I2C

Description: 工业级 ARM7 LPC2210通过I2C接口读写AT24C02,用于存储命令-industrial grade ARM7 LPC2210 literacy through I2C Interface Application of AT24C02 for the storage order
Platform: | Size: 96256 | Author: 西江雪 | Hits:

[OtherAT24C01-02-04-08-16-32EEPROM

Description: 24Cxx I2C EEPROM字节读写驱动程序,芯片A0-A1-A2要接GND(24C65接VCC,具体看DataSheet)。 现缺页写、页读,和CRC校验程序。以下程序经过50台验证,批量的效果有待考察。 为了安全起见,程序中很多NOP是冗余的,希望读者能进一步精简,但必须经过验证。 Atmel 24C01 比较特殊,为简约型,为其单独编程-24Cxx I2C EEPROM byte read and write driver, Chip A0-A1-A2 access to GND (24C65 then VCC, DataSheet specific view). Na pages are written, page reading, and CRC procedures. After following procedures of 50 test batch of results to be inspected. For security purposes, many NOP process is redundant, and hope that readers will be further streamlined, it must be tested. Atmel 24C01 rather special type of minimalism, as a separate program
Platform: | Size: 2048 | Author: caosmart | Hits:

[SCMAT24C01

Description: 使用at89s52单片机,采用GPIO管脚模拟i2c总线读写AT24c01eeprom.少经改变就可以用于读写AT24Cxx系列的EEPROM。已经用于工程实践,读写AT24C01有效可靠。用于存储一些配置信息,128字节的at24c01是一个很好的选择。模块化的程序,也很容易移植,里面有丰富的注释-Use AT89S52 microcontroller, GPIO pin used to read and write analog i2c bus AT24c01eeprom. Less by the change can be used to read and write AT24Cxx series EEPROM. Has been used for engineering practice, effective and reliable read and write AT24C01. Used to store some configuration information, 128 bytes of at24c01 is a good choice. Modular process, is also very easy to transplant, which is rich in Notes
Platform: | Size: 17408 | Author: 张洪健 | Hits:

[SCMEEPROM(AT24C02)

Description: 用C写的基于单片机控制AT24C02 I2C串行总线EEPROM的读写程序。-Written by C MCU AT24C02 I2C serial bus EEPROM reading and writing process.
Platform: | Size: 1024 | Author: maylag | Hits:

[VHDL-FPGA-Verilogi2c_AT24C04_Verilog

Description: 用Verilog HDL语言编写的AT24C04程序,并用数码管显示,已经过测试,很好用-With the Verilog HDL language of the AT24C04 procedures and use digital tube display, has been tested, very good to use--
Platform: | Size: 11264 | Author: iyandy | Hits:

[SCMat24C64

Description: 介绍使用查询的方式来实现AT24C64的I2C协议和字节的读写操作-Describes ways to use queries to achieve AT24C64 the I2C protocol and byte read and write operations
Platform: | Size: 159744 | Author: 小森森 | Hits:

[Other Embeded programI2C(EEPROM)

Description: 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果硬件正确, 屏幕的显示将和存入数值一致。-The driver repository contains basic timing and AT24C I2C bus EEPROM series and function. Also contains a common data format of variables, read function. Besides, still can read bytes With very convenient to EEPROM in written and read an integer, floating-point and long integer data formats. To use this library function, need to be AT24C02 (c), documents, and add to the project document begins to a function call in AT24C02 contain "h". AT24C02 demo internal storage, preservation 1 byte data, long integer data and Floating point Numbers, then they will turn out, with super terminal display results. If correct, the display screen hardware and deposit numerical consistent.
Platform: | Size: 4096 | Author: 马海峰 | Hits:

[VHDL-FPGA-VerilogI2C

Description: 此源码为基于FPGA的实现I2C总线协议的程序,程序中实现了AT24C02的芯片的读写。-The source code for the FPGA-based implementation of I2C bus protocol of the program, the program is implemented to read and write AT24C02 chip.
Platform: | Size: 72704 | Author: 王强 | Hits:

[SCMAT24C04

Description: c语言单片机I2C对at24c04读写实例-C at24c04 literacy examples of the I2C MCU
Platform: | Size: 53248 | Author: 李朋 | Hits:

[SCMI2C

Description: keil开发环境下的I2C例程,芯片为1752芯片,属于1700系列,CORTEX-M3内核,AT24C系列的EEPROM也适用-the I2C routines keil development environment, for the 1752 chip, the chip, the 1700 Series, CORTEX-M3 core, AT24C series EEPROM also applies to
Platform: | Size: 36864 | Author: JIN | Hits:

[SCMAT24C02

Description: 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。-The driver library that contains the I2C bus timing and AT24C series of EEPROM read and write functions.
Platform: | Size: 3072 | Author: yanrui | Hits:

[SCMEEPROM

Description: 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数.还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。-The driver library includes the basic timing of the I2C bus and EEPROM read and write functions AT24C series. Also includes a common data format for the variable save, reading function. In addition to reading and writing bytes, but also can easily write and read to the EEPROM in the integer, floating point, long integer format.
Platform: | Size: 33792 | Author: taoquan | Hits:

CodeBus www.codebus.net